IsDefined("variable_name")


IsDefined provides an alternative to the ParameterExists function, eliminating the need for cumbersome expressions used to test for the existence of a variable:

See also Evaluate.

variable_name

A string value, the name of the variable you want to test for. This value must always be enclosed in quotation marks.